projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e580a74
)
(posn-image): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Sun, 19 Nov 2006 23:42:37 +0000
(23:42 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sun, 19 Nov 2006 23:42:37 +0000
(23:42 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 87ba9d5833eeaa769f3a4657d9461782468f558b..5f9f84eb61c9441206bff19155c8811fbc3b24ed 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-877,7
+877,7
@@
and `event-end' functions."
(defsubst posn-image (position)
"Return the image object of POSITION.
-Value is a
n
list (image ...), or nil if not an image.
+Value is a list (image ...), or nil if not an image.
POSITION should be a list of the form returned by the `event-start'
and `event-end' functions."
(nth 7 position))